-
Notifications
You must be signed in to change notification settings - Fork 112
CLIMATE - 803 Initial Stucture for Handling mask for non-maskedd arrays #506
base: master
Are you sure you want to change the base?
Conversation
Can I see an example of a ndarray data set having missing values. |
@MichaelArthurAnderson your views? I have mentioned in the climate issues |
Thank you @prateekiiest |
@prateekiiest once we get an example of ndarray data set having missing values it would be great tp create a unit test for this. |
Thank you @lewismc for letting me know about it. I look forward to it. |
Tests seem to fail in case of dependencies |
@prateekiiest do you mean it seems to fail? Can you elaborate? |
Oops, sorry I actually meant to say Actually Travis test fails for py2.7 and py3.5 May be some dependency issues? I saw a PR recently related to I am not sure if its related to that. |
Ah, I take it this is why you added cython to the dependencies list @lewismc ? conda has been having all sorts of issues with dependency trees lately, as recently @huikyole and I both discovered that pyyaml wasn't actually being included in RCMES distributions like it was supposed to be. We had to add that dependency explicitly to our builds even though we didn't need to before. |
Oh, and please close and reopen the PR @prateekiiest so we can see the build run again. |
ok, @agoodm |
Hi @prateekiiest please close and reopen again, I added netcdftime to the build profiles |
@huikyole could you please look into the present approach? |
As an initial structure I am only including checking the exception and will gradually work upon finding the masked array if the given data set array is not masked